﻿2026-06-04T01:36:24.6892439Z ##[group]Run actions/checkout@v4
2026-06-04T01:36:24.6894031Z with:
2026-06-04T01:36:24.6894729Z   repository: SaberMage/spt-core
2026-06-04T01:36:24.6902214Z   token: ***
2026-06-04T01:36:24.6902854Z   ssh-strict: true
2026-06-04T01:36:24.6903471Z   ssh-user: git
2026-06-04T01:36:24.6904100Z   persist-credentials: true
2026-06-04T01:36:24.6904793Z   clean: true
2026-06-04T01:36:24.6905434Z   sparse-checkout-cone-mode: true
2026-06-04T01:36:24.6906173Z   fetch-depth: 1
2026-06-04T01:36:24.6906780Z   fetch-tags: false
2026-06-04T01:36:24.6907409Z   show-progress: true
2026-06-04T01:36:24.6908047Z   lfs: false
2026-06-04T01:36:24.6908663Z   submodules: false
2026-06-04T01:36:24.6909364Z   set-safe-directory: true
2026-06-04T01:36:24.6910651Z ##[endgroup]
2026-06-04T01:36:24.8653836Z Syncing repository: SaberMage/spt-core
2026-06-04T01:36:24.8657063Z ##[group]Getting Git version info
2026-06-04T01:36:24.8658345Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:36:24.8660455Z [command]/usr/bin/git version
2026-06-04T01:36:24.8661303Z git version 2.34.1
2026-06-04T01:36:24.8685555Z ##[endgroup]
2026-06-04T01:36:24.8704592Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/836f2625-c869-44f1-b5ea-a74ba933695e/.gitconfig'
2026-06-04T01:36:24.8732776Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/836f2625-c869-44f1-b5ea-a74ba933695e' before making global git config changes
2026-06-04T01:36:24.8735418Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:36:24.8754273Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:36:24.8805694Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T01:36:24.8835574Z https://github.com/SaberMage/spt-core
2026-06-04T01:36:24.8861143Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:36:24.8866260Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:36:24.8897805Z refs/heads/dev-freeform
2026-06-04T01:36:24.8912328Z [command]/usr/bin/git checkout --detach
2026-06-04T01:36:24.8962561Z HEAD is now at d70ced7 ci: traceability uses gravity's source-built traceable-reqs
2026-06-04T01:36:24.9020250Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T01:36:24.9057818Z Deleted branch dev-freeform (was d70ced7).
2026-06-04T01:36:24.9106282Z ##[endgroup]
2026-06-04T01:36:24.9111934Z [command]/usr/bin/git submodule status
2026-06-04T01:36:24.9368549Z ##[group]Cleaning the repository
2026-06-04T01:36:24.9376377Z [command]/usr/bin/git clean -ffdx
2026-06-04T01:36:25.5946439Z Removing target/
2026-06-04T01:36:25.5950385Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T01:36:25.6027745Z HEAD is now at d70ced7 ci: traceability uses gravity's source-built traceable-reqs
2026-06-04T01:36:25.6042570Z ##[endgroup]
2026-06-04T01:36:25.6045418Z ##[group]Disabling automatic garbage collection
2026-06-04T01:36:25.6051234Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T01:36:25.6101366Z ##[endgroup]
2026-06-04T01:36:25.6103811Z ##[group]Setting up auth
2026-06-04T01:36:25.6112423Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:36:25.6166406Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:36:25.6473640Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:36:25.6521835Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:36:25.6830150Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:36:25.6882499Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:36:25.7201729Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T01:36:25.7282136Z ##[endgroup]
2026-06-04T01:36:25.7285601Z ##[group]Fetching the repository
2026-06-04T01:36:25.7307512Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d70ced7d793e5a96185e5b178974545914ad5431:refs/remotes/origin/dev-freeform
2026-06-04T01:36:26.2971773Z ##[endgroup]
2026-06-04T01:36:26.2975394Z ##[group]Determining the checkout info
2026-06-04T01:36:26.2978420Z ##[endgroup]
2026-06-04T01:36:26.2980323Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T01:36:26.3029979Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T01:36:26.3074515Z ##[group]Checking out the ref
2026-06-04T01:36:26.3077525Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:36:26.3125301Z Switched to a new branch 'dev-freeform'
2026-06-04T01:36:26.3128095Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T01:36:26.3134032Z ##[endgroup]
2026-06-04T01:36:26.3182460Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T01:36:26.3214253Z d70ced7d793e5a96185e5b178974545914ad5431
